home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 52
/
Volume 52 - JOGO DISK .iso
/
Games
/
cutie_maker_13.swf
/
scripts
/
DefineButton2_116
/
BUTTONCONDACTION on(press).as
next >
Wrap
Text File
|
2007-09-26
|
120b
|
8 lines
on(press){
if(_name.substr(0,1) == "p")
{
this.swapDepths(_root.d++);
this.startDrag();
}
}